net/http.response.bodyAllowed (method)
4 uses
net/http (current package)
server.go#L607: if !w.cw.chunking && w.bodyAllowed() {
server.go#L1564: func (w *response) bodyAllowed() bool {
server.go#L1639: if !w.bodyAllowed() {
server.go#L1687: if w.req.Method != "HEAD" && w.contentLength != -1 && w.bodyAllowed() && w.contentLength != w.written {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |